TLMDBufferEntry Type

Unit
LMDBuffer

Declaration

TLMDBufferEntry = Record
    Content : Pointer;
    Next, Prev : PLMDBufferEntry;
  end;